From: Richard M. Stallman Date: Sun, 25 Jan 2004 10:28:58 +0000 (+0000) Subject: (lispref): Do include lispref/index.texi. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~24380 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=730a2a79e47424961129ccd89d4497020855dd79;p=emacs.git (lispref): Do include lispref/index.texi. --- diff --git a/make-dist b/make-dist index 945d39c916d..93a5a5a2e88 100755 --- a/make-dist +++ b/make-dist @@ -615,7 +615,7 @@ echo "Making links to \`man'" echo "Making links to \`lispref'" (cd lispref - ln `ls -1 *.texi | grep -v index.texi` ../${tempdir}/lispref + ln `ls -1 *.texi` ../${tempdir}/lispref ln *.aux *.cps *.fns *.kys *.vrs index.*perm ../${tempdir}/lispref ln *.txt *.el spellfile permute-index tindex.pl ../${tempdir}/lispref test -f README && ln README ../${tempdir}/lispref